Contact cards with QR codes for team directories and speaker bios
Key features:
Standard vCard 3.0 format support
6 design templates from classic to modern
Light/dark theme toggle
Automatic QR code generation
Clean, scannable layout with role and organization
Basic contact card with essential information:
[docops,vcard]
----
BEGIN:VCARD
VERSION:3.0
FN:Sarah Chen
N:Chen;Sarah;;;
ORG:Acme Corporation
TITLE:Product Manager
TEL;TYPE=WORK:+1-555-0123
EMAIL:sarah.chen@acme.com
URL:https://linkedin.com/in/sarachen
END:VCARD
----
Playful, agency-style layout with bold accents:
[docops,vcard]
----
design=tech_pattern_background
theme=light
---
BEGIN:VCARD
VERSION:3.0
FN:Alex Rivera
N:Rivera;Alex;;;
ORG:Design Studio
TITLE:Creative Director
TEL;TYPE=WORK:+1-555-0456
TEL;TYPE=CELL:+1-555-0457
EMAIL:alex@designstudio.com
URL:https://designstudio.com/alex
NOTE:Specializing in brand identity and digital experiences
END:VCARD
----
Tech motif background with high contrast:
[docops,vcard,useDark=true]
----
design=neo_brutalist
theme=dark
---
BEGIN:VCARD
VERSION:3.0
FN:Dr. Emily Zhang
N:Zhang;Emily;;Dr.;PhD
ORG:Research Institute
TITLE:Principal Research Scientist
TEL;TYPE=WORK:+1-555-0789
EMAIL:ezhang@research.edu
URL:https://research.edu/~ezhang
NOTE:Machine Learning & Computer Vision
END:VCARD
----
Playful, agency-style layout with bold accents:
[docops,vcard]
----
design=modern_card
theme=light
---
BEGIN:VCARD
VERSION:3.0
FN:Alex Rivera
N:Rivera;Alex;;;
ORG:Design Studio
TITLE:Creative Director
TEL;TYPE=WORK:+1-555-0456
TEL;TYPE=CELL:+1-555-0457
EMAIL:alex@designstudio.com
URL:https://designstudio.com/alex
NOTE:Specializing in brand identity and digital experiences
END:VCARD
----
Team directories - Internal contact cards for org charts
Speaker bios - Conference or webinar presenter profiles
Handoff documents - Project transfer with key contact info
Client portals - Customer-facing account manager cards
Documentation wikis - Technical writer or SME contact references
[docops,vcard]
----
BEGIN:VCARD
VERSION:3.0
FN:Full Name
N:LastName;FirstName;;;
ORG:Company Name
TITLE:Job Title
TEL;TYPE=WORK:+1-555-0000
EMAIL:email@example.com
URL:https://profile-url.com
NOTE:Optional additional info
END:VCARD
----
[docops,vcard]
----
design=modern_card
theme=dark
---
BEGIN:VCARD
VERSION:3.0
FN:Name
...
END:VCARD
----
| Option | Purpose |
|---|---|
design |
Template name (see Design Templates below) |
theme |
"light" (default) or "dark" |
scale |
Size multiplier (default: 1.0) |
| Template | Style |
|---|---|
tech_pattern_background |
Tech motif, pairs with dark theme |
neo_brutalist |
Modern, bold design with strong borders |
modern_card |
Contemporary with generous spacing (default) |
Required fields:
BEGIN:VCARD
VERSION:3.0
FN:Full Name (Display name)
N:Last;First;;; (Structured name)
END:VCARD
Common optional fields:
ORG:Company Name (Organization)
TITLE:Job Title (Role/position)
TEL;TYPE=WORK:+1-555-0000 (Work phone)
TEL;TYPE=CELL:+1-555-0001 (Mobile)
EMAIL:email@company.com (Email address)
URL:https://profile.com (Website/LinkedIn)
NOTE:Additional context (Notes)
Use FN and N together - FN for display, N for sorting/parsing
Keep TITLE concise - "Principal Engineer" not "Principal Engineer — Platform Reliability Team Lead"
Include at least one contact method - Email or phone minimum
Add URL for profiles - LinkedIn, GitHub, or personal site
Use NOTE sparingly - Brief specialization or context only
Store in data files - Reusable across multiple doc pages
|
For team directories: Use |